From 50546a80bd2bdacad01bd662c33224e658ab29e9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 8 Oct 2008 16:31:22 +0000 Subject: [PATCH] fftw3 is broken on avr32 SVN-Revision: 12911 --- libs/fftw3/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/fftw3/Makefile b/libs/fftw3/Makefile index 658bd0d07..ff58a30f9 100644 --- a/libs/fftw3/Makefile +++ b/libs/fftw3/Makefile @@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/fftw3 SECTION:=Libraries CATEGORY:=Libraries + DEPENDS:=@!avr32 TITLE:=Fast Fourier transform library URL:=http://www.fftw.org/ endef @@ -35,6 +36,8 @@ define Package/fftw3/description http://www.fftw.org/ endef +TARGET_CFLAGS += $(FPIC) + CONFIGURE_ARGS += \ --prefix=/usr \ --without-libiconv-prefix \ -- 2.30.2